/*==font-family: 'Inter', sans-serif;==*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Yeseva+One&display=swap');

@font-face {
  font-family: Tactic Sans;
  src: url(../fonts/TacticSans-BlkIt.woff);
  
}

:root {
  --bs-blue: #C92027;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'Inter', sans-serif;
  ;
  /* --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
}

.btn {

  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 8px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}


.btn-primary {
  /* --bs-btn-color: #fff;
  --bs-btn-bg: #C92027;
  --bs-btn-border-color: #C92027;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #E3242C;
  --bs-btn-hover-border-color: #B01C22;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B01C22;
  --bs-btn-active-border-color: #96181D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C92027;
  --bs-btn-disabled-border-color: #C92027; */
  border-radius: 8px;
background: var(--above-color, linear-gradient(180deg, #01B9FE 0%, #0080FF 100%));
color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;

}
.connect-wallet-btn{
  border-radius: 8px;
background: var(--above-color, linear-gradient(180deg, #01B9FE 0%, #0080FF 100%));
color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.btn-outline {
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 16px 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-outline:hover {
  border: solid 1px #fff;
}

body {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;  font-size: 16px;
  overflow-x: hidden;
  color: #fff;
  background-color: #121315;
  position: relative;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 15px;
  font-family: Inter !important;
    font-weight: 500;
    font-style: normal;
    

}

a {
  color: #fff;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active {
  color: #ffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  /* font-family: 'Helvetica_Black'; */
  font-weight: normal;
  
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  font-size: 82px;
}

h2 {
  font-size: 72px;
  font-family: 'Helvetica_Black' !important;
  font-weight: 900;
}

h3 {
  font-size: 52px;
}

h4 {
  font-size: 42px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 20px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
  display: block;
}

.heroImg {
  background-image: url('../images/Sequence02.mp4');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
/* 
  min-height: 400px; */
}
.heroSection { position: absolute; top: 12%;     left: calc(100% - 80%); }
.heroSec { position: relative; }
.heroSec:before {
  content: "";
  background-image: url(../images/header-bottomBf.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.40) !important;
  backdrop-filter: blur(6px);
}

.navbar-expand-xl .navbar-nav .connect-wallet-btn .nav-link {
  background-color: #C92027;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
}

.connect-wallet-btn {
  margin-left: 16px;
}

.leftme {
  margin-left: auto !important;
  margin-right: 0px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 12px 14px;
  font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.heroSection .row {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 130px;
 
}

.mr-1rem {margin-right: 1rem;}

.subtitle {
  width: 100%;
  margin: 1rem 0px;
  line-height: 1.4;
  color: #fff;}

.centerAlign {
  text-align: center;
}

.videoSection {
  width: 100%;
  /* background-image: url('../images/hero-bg-2.png'); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  background: #000;

}

.videoSection::before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: block;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 200px;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #111214 37.5%); */


}
.supplydigital assets small {
  background: radial-gradient(50% 50.00% at 50% 50.00%, #FFE500 0%, #FFD701 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
    text-transform: uppercase;
}
/* .flyingman {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1;
} */

.videoSection {
  width: 100%;
  display: flex;
  align-items: center;

}

h2.title {
  font-weight: 900;
  font-size: 84px;
  line-height: 102px;
  background: linear-gradient(180deg, #C3C3C3 0%, #F7F8F8 50%, #C4C4C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Tactic Sans;
}

.text-align-center {
  text-align: center;
}

.supplySection h6 {
  color: #fff;
  font-size: 21px;
}

h6.redText {
  color: #FF0000;
}

/*Slick slider */
.slick-slide img {
  width: 100%;
}

/*
  .slick-slider
  {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  } */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-----*/

.supplydigital assets {
  padding: 25px;
  border-radius: 16px;
    /* background: linear-gradient(180deg, #01B6FE 0%, #006EDB 100%); */
    background: linear-gradient(180deg, #09b6fb57 0%, #121626 100%);
}

.supplydigital assets.list_ {
  display: flex;

}

.listdigital assets {
  width: 100%;
  position: relative;
}

.listdigital assets:before {
  content: '';
  background: #C2C2C2;
  width: 1px;
  height: 45px;
  position: absolute;
  right: 38px;
  top: 4%;
}

.listdigital assets:last-child:before {
  display: none;
}

.mt-25 {
  margin-top: 25px;
}

ul.digital assetsDetails li {
  width: 50%;
  float: left;
}



ul.digital assetsDetails {
  padding-left: 0px;
}

ul.digital assetsDetails li span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
}

ul.digital assetsDetails li p {
  font-size: 16px;
  display: block;
  font-weight: 700;
}


.contractAddress_ p {
  margin-bottom: 0px;
  color: #000;
}

.contractAddress_ {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 70%;
}

.digital assetsDetailBg_ {
  background: #131A2A;
  padding: 25px;

}



.Join_ {
  /* background-image: url(../images/joinBg.png);
  background-repeat: no-repeat;
  background-position: center; */
  padding: 25px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(20,20,20,0.6278886554621849) 52%, rgba(0,0,0,1) 100%);}

.Community {
  text-align: center;
  display: flex;

  align-items: center;
}

.Community a {
  padding: 15px;
  width: max-content;
}

.Whitepaper {
  background-image: url(../images/whitePaper.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0px;
  min-height: 890px;
  display: flex;
  position: relative;
}
.Whitepaper:before {
  content: "";
  background-image: url(../images/topShadow.svg);
  position: absolute;
  width: 100%;
  height: 30%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  top: 0px;

}
h6.widgets_title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 16px;}
.menu_list a { display: block; font-size: 16px; margin-bottom: 8px; color: #7C8189;}
.menu_list a:hover{ color: #fff;}
.mb-40px { margin-bottom: 40px;}
.labelTitle { font-size: 14px; display: block; margin-bottom: 16px; font-weight: 400; color: #fff;}
.just-center { justify-content: center;}
.logos-slider { margin-top: 2rem;}
.logos-slider .slide { display: flex; justify-content: center;}
.logos-slider .slide .sliderName { margin-top: 4px;  font-size: 14px; font-weight: 400;}
.roadmap-section{width: 100%;
  display: block;
  background-image: url(../images/roadMapBg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px 100px;}
.roadmap-graphics{ width: 100%; display: block; margin: 60px 0px;}

.communitySection{width: 100%;

  background-image: url(../images/soc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  min-height: 540px;}
footer{ padding: 80px 0px;}
.copyText p{ margin-bottom: 0px; text-align: center;  margin-top: 24px;}
.navbar  .nav-item{ display: flex; align-items: center;}
.social ul li { padding: 10px;}
.social ul { display: flex; justify-content: center;}
.textWord { padding: 25px 60px; background: red; border-radius: 10px; border: 1px solid;}
.textWord p { font-size: 28px; text-align: center; font-weight: 800;}
.pleaseText { background: #00000094; text-align: center; border: 1px solid; border-radius: 10px; padding: 18px; margin-top: 15px;}
.pleaseText p { font-size: 28px; font-weight: 600; margin-bottom: 0;}
.textWord p{ margin-bottom: 0;}
section.headerBg { text-align: center; background-image: url(../images/commingSoonPageBg.png); background-size: cover;   background-repeat: no-repeat;   height: 100vh;  align-items: center;   padding-top: 4%;}
img.disclamer { display: block; text-align: center; justify-content: center; margin: 0 auto; padding: 30px; width: 48%;}
img.logoForm { width: 43%; padding: 16px 15px;}
.social ul li { width: 100%;}
.social { padding-top: 25px;}
.More p { font-size: 20px; padding-top: 25px; text-transform: uppercase; font-weight: 700;}
.More p {  font-size: 36px;  font-family: 'Helvetica';}
h2.title {
  font-weight: 500;
  font-size: 118px;
  line-height: 102px;
  background: linear-gradient(180deg, #C3C3C3 0%, #F7F8F8 50%, #C4C4C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Tactic Sans !important;
  color: #fff;
}
h2.heroTitle{
  font-size: 50px;
  font-family: Tactic Sans !important;

}
img.v2 {  position: absolute; width: 18%; right: 20px; top: 4%;}

video {
  object-fit: cover;
  width: 100vw;
  height: 70vh;
  top: 0;
  left: 0;
}

.supplySection {
  padding-top: 60px;
  position: relative;
  background-image: url("../images/suppy_bg.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 30px;
}

h3.subtitle{
  font-family: Tactic Sans;
}
.Community a span {
  display: block;
}
.Community {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

body{  /* background-image: url(../images/bg.png); */  background-size: cover;}
.pt-100 { padding-top: 100px;}
.card_ { padding: 20px; border-radius: 33px; border-top: 2px solid #ADEBFF; background: var(--above-color, linear-gradient(180deg, #01B9FE 0%, #0080FF 100%));  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);  }
.temBlock .card_ { width: 28.33%;  float: left;  margin: 10px;}
.temBlock { text-align: center; margin: 0px auto 100px; display: flex; justify-content: center;}
.description p {  font-size: 15px;}
.name h5 {  font-size: 38px;
  margin-bottom: 0;
  color: #fff;
  padding: 10px 0px 0;
  font-family: 'Tactic Sans';
  letter-spacing: 2px;
  font-weight: 400;}
.name span {  color: #FFE802;  font-weight: 600;  font-size: 13px;}
.teamIcon img {  border-radius: 100px;}
.teamIcon { border-radius: 200px;  overflow: hidden; }
.card_:hover {  background: #07458f;  transition: 0.5s;}
a.btn.btn-primary.tok {  font-size: 35px;  padding: 10px 25px; font-family: Tactic Sans; font-weight: 500;font-style: italic;}
.mb-150{  margin-bottom: 10px;}
.team:before { content: '';  background-image: url(../images/fire.png);  background-size: contain;  background-repeat: no-repeat;  background-position: top right;  position: absolute;  width: 23%;  height: 100%;  right: 0;  top:-6%;}
.actionRow.justify-content-center {  text-align: center;}
.team {  position: relative;}
.roadmap-graphics {  text-align: center; z-index: 1;}
.roadmap-section {  position: relative;}
.topBgShadow:before {  content: '';  background-image: url(../images/pinkBoll.png);  position: absolute;  width: 100%;  height: 100%;  left: 0;  bottom: 10%;  background-repeat: no-repeat;  background-position: bottom left;}
.roadmap-section:after {  content: '';  background-image: url(../images/blueBoll.png);  position: absolute;  width: 100%;  height: 100%;  right: 0;  bottom: 0%;  background-position: bottom right ;  background-repeat: no-repeat;}
.productSection { background-image: url(../images/teamBg.png);  background-repeat: no-repeat;   background-size: cover;}
/* .utility { min-height: 630px;} */
.utility { min-height: 320px;}
.dotedLine{ position: relative;}
.dotedLine:after {  content: '';  background-image: url(../images/dotedLine.png);  position: absolute;  width: 100%; height: 100%; left: 0; top: 14.4%; background-position: center; background-repeat: no-repeat;}
h3.subtitle.ghT { color: #fff; text-align: center; font-size: 35px; font-style: italic; font-weight: normal; font-family: Tactic Sans;}
h3.subTitle{font-family: Tactic Sans;font-style: italic; font-weight: 400;font-size: 35px;}
.contractAddress_ img {   padding-right: 8px;}
.pl-2 { padding-left: 8px;}


.supplySection {
    position: relative;
}
.supplySection:before {
  content: "";
  background-image: url(../images/topShadow.svg);
  position: absolute;
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  top: 0px;
}

.roadmap-section:before {
  content: "";
  background-image: url(../images/topShadow.svg);
  position: absolute;
  width: 100%;
  height: 37%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  top: 0;
}
.productSection:before {
  content: "";
    background-image: url(../images/utilityBg.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
top: -1330px;
}

.productSection {
  position: relative;
}
.teamIcon {
  border-radius: 200px;
  overflow: hidden;
  height: 275px;
}
.supplySection{
    padding-top: 60px;
    background-position: top;
    padding-bottom: 120px;
    z-index: 1;
}
.dangR {
  border: 1px solid red;
  padding: 15px;
}
.dnGr {
  font-size: 30px;
  font-family: 'Tactic Sans';
  font-weight: 100;
  letter-spacing: 2px;
  color: red;
}
#myModal .modal-content {
  background: #000;
}
button.close {
  background: red;
  padding: 0px 7px;
  color: #fff;
  border: none;
  border-radius: 100%;
}
ul#pills-tab {  text-align: center;  margin: 0 auto;  justify-content: center;}
.nav-pills .nav-link{  color: #fff;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {  background: var(--above-color, linear-gradient(180deg, #01B9FE 0%, #0080FF 100%));}
.pb-100 {  padding-bottom: 100px;}
.supplydigital.assets.list_ {  display: flex;  justify-content: space-between;}
.supplydigital.assets { text-align: center; background: var(--above-color, linear-gradient(180deg, #01B9FE 0%, #0080FF 100%));  padding: 16px;  border-radius: 20px;}
.supplydigital.assets small {  color: #fce802;}
.supplydigital.assets.list_ .listdigital.assets {  position: relative;}
.supplydigital.assets.list_ .listdigital.assets:before {  content: '';  background: #bebebe;  width: 1px;  height: 50px;  right: -53px;  position: absolute;  top: 5px;}
.supplydigital.assets.list_ .listdigital.assets:last-child:before{ display: none;}
.card_.LISTED_ON_uniswap { background-image: linear-gradient(#f5468c, #f5047c); border-top: 0;  position: relative;}
a.btn_ {  padding: 8px 15px;  border-radius: 27px;font-family: arial !important;}
a.btn_.Uniswap {  background-image: linear-gradient(#f5468c, #f5047c);margin-bottom: 15px;}
.card_.LISTED_ON_uniswap img {  width: 73%;}
.grd {  text-align: center;  background-image: linear-gradient(#575757,#9e999900);  border-top-left-radius: 50px;  padding: 0;  border-top-right-radius: 50px;  width: 30%;  margin: 19px;}
a.btn_.PancakeSwap {  background-image: linear-gradient(#45ceff, #4be1fe);}
a.btn_.Bitmart {  background-image: linear-gradient(#444444, #020202);}
.grd p {  min-height: 103px;  padding: 10px;  padding-bottom: 0;  font-family: arial !important;}
.tokan .modal-content {  background: #000;}
.tokan .modal-content .modal-header {  border: none;}
button.close.ml-auto {  margin-left: auto;}

html{
  overflow-x: hidden !important;
}
.tokan .modal-dialog { max-width: 70% !important;}
a.auditBtn {
  width: 26%;
  text-align: center;
  margin: 0 auto;
  padding: 1%;
}
input#myInput {
  background: transparent;
  color: #fff;
  width: 39%;
  box-shadow: none;
  border: none;
}
button.btn_tr {
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.zoom img:hover {
  transform: scale(1.5);
  transition: 0.5s;
}
.ptb-200 {
  padding: 200px 0px;
}
.blogSec a {
  display: inline-flex;
  width: 22.22%;
}
.blogSec a .card_ {
  text-align: center;
  background-image: linear-gradient(#081d39,#9e999900);
  border-top: 0;
}
.blogSec a .card_ img {
  position: relative;
  width: 80%;
}
.justify-content-center{
  text-align: center;
}